Skip to content
This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Bump Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.5.0 to 2.6.0#25

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-2.6.0
Closed

Bump Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.5.0 to 2.6.0#25
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-2.6.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Nov 5, 2021

Bumps Microsoft.Azure.WebJobs.Extensions.DurableTask from 2.5.0 to 2.6.0.

Release notes

Sourced from Microsoft.Azure.WebJobs.Extensions.DurableTask's releases.

Durable Functions v2.6.0 Release

NuGet package

Updates

  • New HttpRetryOptions class for passing retry options to CallHttpAsync() invocations to add & customize retry behavior
  • Added HttpRetryOptions to DurableHttpRequest - set this property to use retry logic when you use the CallHttpAsync() overload that takes the full object
  • Log trace events whenever entities are created or deleted
  • Throw meaningful exceptions inside orchestrations when they try to call, signal, or lock a non-existing entity
  • Fixed null reference exceptions thrown in DurableClient

Breaking Changes

  • IDurableOrchestrationContext's CallHttpAsync(HttpMethod, Uri, string) overload now has a HttpRetryOptions parameter
  • IDurableActivityContext now has a Name property.

Dependency Updates

Microsoft.Azure.DurableTask.AzureStorage --> 1.9.4 Microsoft.Azure.DurableTask.Core 2.5.6 --> 2.6.0 Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers 0.4.0 --> 0.4.1

DurableTask.AzureStorage Updates

v1.9.4

Release Notes

  • Storage Refactor: Tables. Final portion of storage refactor work updating all Tables APIs. Blobs and Queues were updated in 1.9.0.
  • Added global request throttling on concurrent storage requests to prevent performance related issues such as deadlock.
  • Fixed bug with OutOfOrderMessage checks that didn't previously consider SubOrchestrationCompleted events as out of order messages when being processed before the parent orchestration has written itself in history.

v1.9.3

Release Notes

  • Added catch block in control queue dequeue loop to prevent unhandled exceptions from stopping the dequeue loop, improved logging around this scenario

v1.9.2 and v1.9.1

Release Notes (v1.9.2) Release Notes (v1.9.1)

  • Fix fetching of large inputs for pending orchestrations on Azure Storage
  • Updated TableQuery filter condition string generation to resolve invalid character issues
  • Fixed stuck orchestration with duplicate message warning issue

DurableTask.Core Updates

v2.6.0

... (truncated)

Changelog

Sourced from Microsoft.Azure.WebJobs.Extensions.DurableTask's changelog.

New Features

  • New HttpRetryOptions class for passing retry options to CallHttpAsync() invocations to add & customize retry behavior
  • Added HttpRetryOptions to DurableHttpRequest; when using the CallHttpAsync overload that takes the full object, set this property in order to affect retry logic.
  • Log trace events whenever entities are created or deleted

Bug fixes

  • Updated DurableTask.AzureStorage dependency to v1.9.2, which includes the following fixes:
  • Fix fetching of large inputs for pending orchestrations on Azure Storage
  • Updated TableQuery filter condition string generation to resolve invalid character issues
  • Fixed stuck orchestration with duplicate message warning issue
  • Throw meaningful exceptions inside orchestrations when they try to call, signal, or lock a non-existing entity
  • Fixed null reference exceptions thrown in DurableClient

Breaking Changes

  • IDurableOrchestrationContext's CallHttpAsync(HttpMethod, Uri, string) overload now has a HttpRetryOptions parameter
  • IDurableActivityContext now has a Name property.

Dependency Updates

Microsoft.Azure.DurableTask.AzureStorage --> 1.9.4 Microsoft.Azure.DurableTask.Core --> 2.6.0 Microsoft.Azure.WebJobs.Extensions.DurableTask.Analyzers --> 0.4.1

Commits
  • cb495aa Merge pull request #1996 from Azure/dev
  • 34b51d5 fix testing of CleanEntityStorage by using a better way to create an orphaned...
  • c2cacae Incremented version to 2.6.0 (#1986)
  • fb5e126 Bump path-parse from 1.0.6 to 1.0.7 in /samples/javascript (#1916)
  • 0aeee4b updated azure storage and analyzer package references
  • 636adc2 Refine retry options for CallHttpAsync() (#1983)
  • 650acf9 Better error messages for non-existing entities (#1973)
  • 8919c3e Analyzer: Added binding analyzer, updated entity interface content analyzer, ...
  • 35388ac Refactor PlatformInformationProvider (#1914)
  • 9f19902 Log trace events whenever entity states are created or deleted (#1639)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [Microsoft.Azure.WebJobs.Extensions.DurableTask](https://github.com/Azure/azure-functions-durable-extension) from 2.5.0 to 2.6.0.
- [Release notes](https://github.com/Azure/azure-functions-durable-extension/releases)
- [Changelog](https://github.com/Azure/azure-functions-durable-extension/blob/dev/release_notes.md)
- [Commits](Azure/azure-functions-durable-extension@v2.5.0...v2.6.0)

---
updated-dependencies:
- dependency-name: Microsoft.Azure.WebJobs.Extensions.DurableTask
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Nov 5, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Feb 4, 2022

Superseded by #28.

@dependabot dependabot Bot closed this Feb 4, 2022
@dependabot dependabot Bot deleted the dependabot/nuget/Microsoft.Azure.WebJobs.Extensions.DurableTask-2.6.0 branch February 4, 2022 21:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants